type text/template.common

4 uses

	text/template (current package)
		template.go#L15: type common struct {
		template.go#L33: 	*common
		template.go#L73: 		c := new(common)
		template.go#L112: func (t *Template) copy(c *common) *Template {